Fix flaky test
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 8 Jun 2017 14:41:31 +0000 (17:41 +0300)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2017 14:41:31 +0000 (17:41 +0300)
tests/bench.rs

index d8043c7d70f85819fb813a25bcb443af9a83eb26..d589f234bc226ae146b0d0a1d05c2935bf790322 100644 (file)
@@ -1061,7 +1061,7 @@ fn bench_all_exclude() {
                 execs().with_status(0)
                     .with_stdout_contains("\
 running 1 test
-test bar ... bench:           0 ns/iter (+/- 0)"));
+test bar ... bench:           [..] ns/iter (+/- [..])"));
 }
 
 #[test]